home *** CD-ROM | disk | FTP | other *** search
- /*====================================================================
- DBProperties
- ====================================================================*/
-
- #ifndef _DBPROPERTIES_H_
- #define _DBPROPERTIES_H_
-
- #ifndef _DBENTITIES_H_
- #include "DBEntities.h"
- #endif
-
- @protocol DBProperties
- -(id <DBEntities>) entity;
- -(BOOL) isKey;
- -(BOOL) isReadOnly;
- -(BOOL) isSingular;
- -(BOOL) matchesProperty: (id <DBProperties>) aProperty;
- -(const char *) propertyName;
- -propertyType;
- -(BOOL) setName: (const char *) aName;
- @end
-
- #endif
-